COM AT^SIFS - Query interface setting
COM	V1.0	04.01.2004	T. Kleinmann



from attglobals import *

AT^SIFS=?
WAIT FOR OK

MESSAGE('Please connect mobile via wire. Check connection and press ok when ready!')

AT^SIFS
WAITFOR (1,'Wire')


MESSAGE('Please connect mobile via IrDA. Check connection and press ok when ready!')

AT^SIFS
WAITFOR (1,'IrDA')

MESSAGE('Please connect mobile via Bluetooth. Check connection and press ok when ready!')

AT^SIFS
WAITFOR (1,'BT')

AT
WAIT FOR OK


